projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5549f5
)
(ps-lp-system): Fixed typo in `usg-unix-v'.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Aug 2002 15:48:29 +0000
(15:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Aug 2002 15:48:29 +0000
(15:48 +0000)
lisp/ps-print.el
patch
|
blob
|
history
diff --git
a/lisp/ps-print.el
b/lisp/ps-print.el
index f474453d7525f5f34da4ea822c3b6b3944a705e9..c2c54c0569f2e04444b412b8aa91eecf6bc97906 100644
(file)
--- a/
lisp/ps-print.el
+++ b/
lisp/ps-print.el
@@
-1508,7
+1508,7
@@
Please send all bug fixes and enhancements to
(defconst ps-windows-system
(memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
(defconst ps-lp-system
- (memq system-type '(us
q
-unix-v dgux hpux irix))))
+ (memq system-type '(us
g
-unix-v dgux hpux irix))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;